home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / news / newspak-.5 / newspak- / newspak / defs / defs.victrola < prev    next >
Text File  |  1995-11-23  |  2KB  |  72 lines

  1. ###############################################################################
  2. ##
  3. ##  defs.victrola - take the generic files and generate the site-specific ones
  4. ##            (these are the paths that I use here...)
  5. ##  usage:
  6. ##
  7. ##     sed -f defs.site filename.newspak > `basename filename.newspak .newspak`
  8. ##     (just edit this and run make-configs and you'll be all set)
  9. ##
  10. ##    last modified:
  11. ##
  12. ##           4-Sept-93 - vds - original
  13. ##
  14. ##
  15. ###############################################################################
  16. #
  17. # for elm
  18. #
  19. s:NEWSPAK_ELM_BIN_DIR:/usenet/sw/elm/bin:
  20. s:NEWSPAK_ELM_LIB_DIR:/usenet/sw/elm/lib:
  21. s:NEWSPAK_ELM_MAN_DIR:/usenet/sw/elm/man:
  22. #
  23. # for metamail
  24. #
  25. s:NEWSPAK_METAMAIL_BIN_DIR:/usenet/sw/metamail/bin:
  26. #
  27. # for mthreads (trn's threader) 
  28. #
  29. s:NEWSPAK_MTHREADS_LIB_DIR:/usenet/sw/mthreads/lib:
  30. s:NEWSPAK_MTHREADS_MAN_DIR:/usenet/sw/mthreads/man:
  31. #
  32. # for Cnews or INN
  33. #
  34. s:NEWSPAK_NEWS_BIN_DIR:/usenet/sw/news/bin:
  35. s:NEWSPAK_NEWS_ETC_DIR:/usenet/sw/news/etc:
  36. s:NEWSPAK_NEWS_LIB_DIR:/usenet/sw/news/lib:
  37. s:NEWSPAK_NEWS_INND_DIR:/usenet/sw/news/innd:
  38. s:NEWSPAK_NEWS_MAN_DIR:/usenet/sw/news/man:
  39. #
  40. # for nn
  41. #
  42. s:NEWSPAK_NN_BIN_DIR:/usenet/sw/nn/bin:
  43. s:NEWSPAK_NN_LIB_DIR:/usenet/sw/nn/lib:
  44. s:NEWSPAK_NN_MAN_DIR:/usenet/sw/nn/man:
  45. #
  46. # for the articles themselves
  47. #
  48. s:NEWSPAK_SPOOL_DIR:/usenet/spool:
  49. #
  50. # for tin 
  51. #
  52. s:NEWSPAK_TIN_BIN_DIR:/usenet/sw/tin/bin:
  53. s:NEWSPAK_TIN_MAN_DIR:/usenet/sw/tin/man/man:
  54. #
  55. # for trn
  56. #
  57. s:NEWSPAK_TRN_BIN_DIR:/usenet/sw/trn/bin:
  58. s:NEWSPAK_TRN_LIB_DIR:/usenet/sw/trn/lib:
  59. s:NEWSPAK_TRN_MAN_DIR:/usenet/sw/trn/man:
  60. #
  61. # for taylor uucp 
  62. #    Warning - messing with locations of
  63. #    of uucp software that usually goes in
  64. #    /usr/bin can cause lots of pain with
  65. #    the mail side of things...
  66. #
  67. s:NEWSPAK_UUCPPUBLIC_DIR:/usr/spool/uucppublic:
  68. s:NEWSPAK_UUCP_SPOOL_DIR:/usr/spool/uucp:
  69. s:NEWSPAK_UUCP_LIB_DIR:/usr/lib/uucp:
  70. #
  71. ###############################################################################
  72.